        DEFINE GLCD_CONTRAST 					
				'Set the contrast ---------------- (Default = 65)
				
		DEFINE GLCD_TEMPERATURE_COEFFICIENT 	
				'Set the temperature coefficient - (Default = 2)
				
		DEFINE GLCD_BIAS 						
				'Set the bias -------------------- (Default = 3)
		'
		'		GLCD I/O Assignment
		'		-------------------
		DEFINE GLCD_SCE		
				'SCE/Enable pin ------------	(Default = PORTB,0)
				
		DEFINE GLCD_RES		
				'RES/RESET pin -------------	(Default = PORTB,1)
				
		DEFINE GLCD_DC		
				'DC/Data Command pin -------	(Default = PORTB,2)
				
		DEFINE GLCD_SDO		
				'SDO/Serial DataOut/In pin -	(Default = PORTB,3)
				
		DEFINE GLCD_CLK		
				'CLK/Clock pin -------------	(Default = PORTB,4)

		DEFINE GLCD_OVERRIDE_CE
		
        DEFINE GLCD_CHAR_IN_EEPROM			
								
		DEFINE GLCD_STRING_IN_EEPROM		
	
		DEFINE GLCD_USE_SPECIFIC_CHARACTER	

		DEFINE GLCD_CHAR_6X8
					 
		DEFINE GLCD_2DEC_USED
